runtime.stackScanState.freeBuf (field)
11 uses
runtime (current package)
mgcmark.go#L888: if state.buf != nil || state.cbuf != nil || state.freeBuf != nil {
mgcstack.go#L184: freeBuf *stackWorkBuf // keep around one free buffer for allocation hysteresis
mgcstack.go#L222: if s.freeBuf != nil {
mgcstack.go#L223: buf = s.freeBuf
mgcstack.go#L224: s.freeBuf = nil
mgcstack.go#L249: if s.freeBuf != nil {
mgcstack.go#L251: putempty((*workbuf)(unsafe.Pointer(s.freeBuf)))
mgcstack.go#L254: s.freeBuf = buf
mgcstack.go#L266: if s.freeBuf != nil {
mgcstack.go#L267: putempty((*workbuf)(unsafe.Pointer(s.freeBuf)))
mgcstack.go#L268: s.freeBuf = nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)